|
|
@@ -47,6 +47,8 @@ If you just want to play around, you can simply clone this repository, then perf
|
47
|
47
|
* Run `foreman start`, visit [http://localhost:3000/][localhost], and login with the username of `admin` and the password of `password`.
|
48
|
48
|
* Setup some Agents!
|
49
|
49
|
|
|
50
|
+Note: by default, emails are not sent in the `development` Rails environment, which is what you just setup. If you'd like to enable emails when playing with Huginn locally, edit `config.action_mailer.perform_deliveries` in `config/environments/development.rb`.
|
|
51
|
+
|
50
|
52
|
If you need more detailed instructions, see the [Novice setup guide][novice-setup-guide].
|
51
|
53
|
|
52
|
54
|
[localhost]: http://localhost:3000/
|